PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractPageContent Method / extractPageContent(int,PDFDisplayRectangle,boolean,boolean) Method
The page to extract the content from.
A rectangle to clip the page content to specified area.
True if annotations should be flattened and included in page content
True if form fields should be flattened and included in page content
In This Topic
    extractPageContent(int,PDFDisplayRectangle,boolean,boolean) Method
    In This Topic
    Extracts the content of a PDF page.
    Syntax

    Parameters

    pageNumber
    The page to extract the content from.
    clipRectangle
    A rectangle to clip the page content to specified area.
    includeAnnotations
    True if annotations should be flattened and included in page content
    includeFormFields
    True if form fields should be flattened and included in page content

    Return Value

    The page content in vector format.
    See Also